Update links to outdated Eclipse-Wiki and PHP resources#3725
Update links to outdated Eclipse-Wiki and PHP resources#3725HannesWell merged 1 commit intoeclipse-platform:masterfrom
Conversation
Additionally fix links to project plan. And replace the link of the removed build-schedule page with a link to the 'Eclipse RelEng Builds' calendar. Relates to eclipse-platform#2656 Part of eclipse-platform#3614
a09bcda to
e8a1aa6
Compare
| <p> | ||
| See the <a href="https://www.eclipse.org/downloads/">main Eclipse Foundation download site</a> for convenient all-in-one packages. | ||
| The <a href="https://archive.eclipse.org/eclipse/downloads/">archive site</a> contains older releases (including the last 3.x version, <a href="https://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/">3.8.2</a>). | ||
| For reference, see also the <a href="https://wiki.eclipse.org/Eclipse_Project_Update_Sites">p2 repositories provided</a>, and the <a href="https://www.eclipse.org/eclipse/platform-releng/buildSchedule.html">build schedule</a>. |
There was a problem hiding this comment.
Since the migrated content at https://github.com/eclipse-platform/eclipse.platform/blob/master/docs/Eclipse_Project_Update_Sites.md is mostly outdated, I 'inlined' the still relevant parts into the info toolt-tips and remove the link.
| <a href="https://github.com/eclipse-platform/">Eclipse Platform</a>, | ||
| <a href="https://github.com/eclipse-equinox/">Equinox</a>, | ||
| <a href="https://github.com/eclipse-jdt/">JDT</a> or <a href="https://github.com/eclipse-pde/">PDE</a> repository | ||
| or just at <a href="https://github.com/eclipse-platform/.github/discussions">Eclipse Platform Discussions</a>. |
There was a problem hiding this comment.
Unfortunatly, there is not one replacement of the eclipse-wiki, so I tried to keep this generic, with a specific fallback.
| <h2>Execution Environment Files:</h2> | ||
|
|
||
| <p>For more information on EE File structure see the <a href="http://wiki.eclipse.org/index.php/Execution_Environment_Descriptions">Wiki Page</a>.</p> | ||
| <p>For more information on EE File structure see the <a href="https://wiki.eclipse.org/Execution_Environment_Descriptions">Wiki Page</a>.</p> |
There was a problem hiding this comment.
I didn't find a migrated replacement for https://wiki.eclipse.org/Execution_Environment_Descriptions.
@trancexpress do you know a migration target for this?
Please also note that in JDT there also references to that old wiki page, that should probably be replaced.
There was a problem hiding this comment.
I'm not aware of a ticket for this page. Maybe one makes sense at https://github.com/eclipse-equinox/equinox, though there is no wiki there yet.
Where in JDT is it referenced?
There was a problem hiding this comment.
Where in JDT is it referenced?
See https://github.com/search?q=org%3Aeclipse-jdt+Execution_Environment_Descriptions&type=code, for example in schema references.
Maybe one makes sense at https://github.com/eclipse-equinox/equinox, though there is no wiki there yet.
We could create it and it doesn't sound too bad. Alternatively it could be hosted at JDT.
There is also https://equinox.eclipseprojects.io/launcher/execution_environment_descriptions.html, but from a brief read I'd say that the content is not identical, though there is overlap.
There was a problem hiding this comment.
I've opened: eclipse-equinox/equinox#1257
I'll try to remember how the migration worked, when I find time.
There was a problem hiding this comment.
Thank you.
In general I believe we shouldn't wait too long because the original wiki will probably be gone soon.
At the moment I was focusing on the php artifacts, but that should now be almost done.
There was a problem hiding this comment.
I have a snapshot from when I was migrating JDT and SWT wikis, most (if not all) of the info on the pages wont be lost. I'll check soon though, comparing is easier when the Eclipse wiki is still up.
Additionally fix links to project plan.
And replace the link of the removed build-schedule page with a link to the 'Eclipse RelEng Builds' calendar.
Relates to
Part of